home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue31 / tablesrc / BIOTEST.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1996-08-29  |  64 b   |  5 lines

  1. {$APPTYPE CONSOLE}
  2. uses BIOLIFE;
  3. begin
  4.   CreateBIOLIFE;
  5. end.